home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / sweettim.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  163 b   |  10 lines

  1. var loaded = Math.floor(getBytesLoaded() / getBytesTotal() * 10);
  2. if(preProgress > 0)
  3. {
  4.    preProgress--;
  5. }
  6. else
  7. {
  8.    progress.gotoAndStop(2 + loaded);
  9. }
  10.